home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 41 / CD Expert nº 41.iso / Tux / tux.exe / tuxracer-win32-0.60 / courses / contrib / jools_big_mountain / course.tcl next >
Encoding:
Text File  |  2000-10-01  |  695 b   |  16 lines

  1. #
  2. # Course configuration
  3. #
  4. tux_course_name "Jool's Big Mountain"
  5. tux_course_author "Julien Canet <jools@free.fr>"
  6. tux_course_dim 60 1200        ;# width, length of course in m
  7. tux_start_pt 30 3.5           ;# start position, measured from left rear corner
  8. tux_angle 24                   ;# angle of course
  9. tux_elev_scale 7.0             ;# amount by which to scale elevation data
  10. tux_base_height_value 0        ;# greyscale value corresponding to height
  11.                                ;#     offset of 0 (integer from 0 - 255)
  12. tux_elev elev.rgb              ;# bitmap specifying course elevations
  13. tux_terrain terrain.rgb        ;# bitmap specifying terrains type
  14.  
  15. tux_course_init
  16.